Parses a command line into an argument vector, in much the same way the shell would, but without many of the expansions the shell would perform (variable expansion, globs, operators, filename expansion, etc. are not supported).
Quotes a string so that the shell (/bin/sh) will interpret the quoted string to mean @unquoted_string.
Unquotes a string as the shell (/bin/sh) would.